This folder contains a simple Table Include example which is a template using a table-based layout that is stored inside Include files. The template makes it easy to separate the contents of the page from the tags that creates the layout of the page.
So, when you are working with hidden include files, the following comments will be displayed in the editor instead of the various TABLE, TR and TD tags:
The page will however contain a complete table-based layout that gives you a 2-column layout. The file "TableTemplate.html" contains an example of this technique.
Some of the advantages of keeping the table-based layout inside include files are that
• the pages becomes less cluttered since the table tags are hidden when you work with the contents of a page
• it becomes easy to make modifications to the table-based layout, colors and background image of all pages in an entire site or section of a site.